home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / CHIP Turkiye Temmuz 2000.iso / prog / share / demo / Mhtrs51 / _SETUP.1 / Muhtar3.exe / 0 / RCDATA / TSAATFRM / TSAATFRM.txt
Text File  |  2000-04-16  |  3KB  |  152 lines

  1. object Saatfrm: TSaatfrm
  2.   Left = 610
  3.   Top = 18
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Saat'
  7.   ClientHeight = 174
  8.   ClientWidth = 181
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 181
  24.     Height = 174
  25.     ActivePage = TabSheet1
  26.     Align = alClient
  27.     HotTrack = True
  28.     MultiLine = True
  29.     TabHeight = 23
  30.     TabOrder = 0
  31.     TabPosition = tpBottom
  32.     object TabSheet1: TTabSheet
  33.       Caption = '&G∩┐╜sterge'
  34.       object Panel1: TPanel
  35.         Left = 0
  36.         Top = 0
  37.         Width = 173
  38.         Height = 141
  39.         Align = alClient
  40.         BorderStyle = bsSingle
  41.         Caption = 'Panel1'
  42.         TabOrder = 0
  43.         object RxClock1: TRxClock
  44.           Left = 1
  45.           Top = 115
  46.           Width = 167
  47.           Height = 21
  48.           BevelOuter = bvLowered
  49.           Align = alBottom
  50.           Color = 4194304
  51.           Font.Charset = DEFAULT_CHARSET
  52.           Font.Color = 16763594
  53.           Font.Height = -13
  54.           Font.Name = 'MS Sans Serif'
  55.           Font.Style = []
  56.           ParentFont = False
  57.         end
  58.         object RxClock2: TRxClock
  59.           Left = 1
  60.           Top = 1
  61.           Width = 167
  62.           Height = 112
  63.           ShowMode = scAnalog
  64.           Align = alTop
  65.           OnAlarm = RxClock2Alarm
  66.         end
  67.       end
  68.     end
  69.     object TabSheet2: TTabSheet
  70.       Caption = '&Alarm Ayar∩┐╜'
  71.       ImageIndex = 1
  72.       object RadioGroup1: TRadioGroup
  73.         Left = 0
  74.         Top = 32
  75.         Width = 174
  76.         Height = 39
  77.         Caption = 'Alarm'
  78.         Columns = 2
  79.         ItemIndex = 0
  80.         Items.Strings = (
  81.           'Kapal∩┐╜'
  82.           'A∩┐╜∩┐╜k')
  83.         TabOrder = 0
  84.       end
  85.       object GroupBox1: TGroupBox
  86.         Left = 0
  87.         Top = 71
  88.         Width = 174
  89.         Height = 68
  90.         Caption = 'Alarm Zaman∩┐╜'
  91.         TabOrder = 1
  92.         object Label1: TLabel
  93.           Left = 8
  94.           Top = 24
  95.           Width = 22
  96.           Height = 13
  97.           Caption = 'Saat'
  98.         end
  99.         object Label2: TLabel
  100.           Left = 84
  101.           Top = 24
  102.           Width = 34
  103.           Height = 13
  104.           Caption = 'Dakika'
  105.         end
  106.         object RxSpinEdit1: TRxSpinEdit
  107.           Left = 34
  108.           Top = 19
  109.           Width = 47
  110.           Height = 21
  111.           MaxValue = 23.000000000000000000
  112.           TabOrder = 0
  113.         end
  114.         object RxSpinEdit2: TRxSpinEdit
  115.           Left = 121
  116.           Top = 19
  117.           Width = 46
  118.           Height = 21
  119.           MaxValue = 59.000000000000000000
  120.           TabOrder = 1
  121.         end
  122.         object CheckBox1: TCheckBox
  123.           Left = 8
  124.           Top = 46
  125.           Width = 145
  126.           Height = 17
  127.           Alignment = taLeftJustify
  128.           Caption = 'Her Saat Ba∩┐╜∩┐╜ ∩┐╜al'
  129.           TabOrder = 2
  130.         end
  131.       end
  132.       object RxClock3: TRxClock
  133.         Left = 0
  134.         Top = 0
  135.         Width = 173
  136.         Height = 33
  137.         Font.Charset = DEFAULT_CHARSET
  138.         Font.Color = clWindowText
  139.         Font.Height = -16
  140.         Font.Name = 'MS Sans Serif'
  141.         Font.Style = []
  142.         ParentFont = False
  143.       end
  144.     end
  145.   end
  146.   object Timer1: TTimer
  147.     OnTimer = Timer1Timer
  148.     Left = 118
  149.     Top = 58
  150.   end
  151. end
  152.